home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / doorware / brain13.zip / RESET.BAT < prev    next >
DOS Batch File  |  1996-11-15  |  514b  |  29 lines

  1. @echo off
  2. cls
  3. echo                   BRAIN DRAIN RESET BATCH FILE     
  4. echo.
  5. echo This program will reset the Brain Drain Door Game, deleting all
  6. echo game files.  Some files may not exist, but this is normal.
  7. echo.
  8. echo Sure you want to do this?
  9. echo.
  10. echo Press enter twice to proceed or CTRL-C to quit
  11. pause
  12. pause
  13.  
  14. cls
  15.  
  16. @echo off
  17. del game.dat
  18. del temp.dat
  19. del inuse.dat
  20. echo * Game files deleted.
  21.  
  22. @echo off
  23. del brain.log
  24. echo * Log file deleted.
  25.  
  26. echo.
  27. echo * Game has been reset.
  28.  
  29.